home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / home / resum132 / install.bat < prev    next >
DOS Batch File  |  1989-02-23  |  1KB  |  42 lines

  1. echo off
  2. set d=C:
  3. if %1x==dx set d=D:
  4. if %1x==d:x set d=D:
  5. if %1x==Dx set d=D:
  6. if %1x==D:x set d=D:
  7. if exist res.exe goto ok1
  8. :loop1
  9. cls
  10. echo ***************************************************************************
  11. echo *                   Insert Program Disk #1 in DISK DRIVE                  *
  12. echo ***************************************************************************
  13. pause
  14. if exist res.exe goto ok1
  15. goto loop1
  16. :ok1
  17. cls
  18. echo ***************************************************************************
  19. echo *              Installing Resume Creator on Drive %d%                     *
  20. echo ***************************************************************************
  21. pause
  22. cd %d%\
  23. mkdir %d%\easy
  24. cd %d%\easy
  25. copy *.* %d%
  26. cls
  27. echo ***************************************************************************
  28. echo *                  Resume Creator installation complete                   *
  29. echo ***************************************************************************
  30. pause
  31. echo mlb > %d%res.cfg
  32. del %d%res.cfg
  33. echo -1 >%d%pid 
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.